home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / vedt.zip / VVHELP.HLP < prev    next >
Text File  |  1990-10-16  |  62KB  |  1,736 lines

  1.  
  2. \RT\
  3. ════════════════════════ BUILT-IN KEYSTROKE MACROS ══════════════════════════
  4.  
  5. {GOTO, Beginning}    <ALT-A>        {UNDO, Edit}           <ALT-F7>
  6. {GOTO, End}        <ALT-Z>        {UNDO, Line}           <CTRL-U>
  7. {GOTO, Set}        <CTRL-S>    {FILE, Buffer Switch}       <F4>
  8. {GOTO, Goto}        <CTRL-G>    {WINDOW, Switch}       <ALT-F4>
  9. {GOTO, Matching ()}    <ALT-F3>    {MISC, Execute Macro}       <SHIFT-F8>
  10. {PRINT, Block}        <CTRL-P>    {MISC, Keystroke, Add}       <CTRL-D>
  11.                     {MISC, Keystroke, Record}  <ALT-K>
  12. Erase to begin of line    CTRL <───
  13. Toggle VGA/EGA modes    <ALT-L>        Toggle text colors       <ALT-R>
  14.  
  15. Edit new file (save/abandon current file)        <ALT-N>
  16. Simultaneously edit another file without windows    <ALT-O>
  17. Simultaneously edit another file in horizontal window    <ALT-Y>
  18. Toggle between files                    <ALT-T>
  19. Display current file in two vertical windows        <ALT-V>
  20. Start up Integrated Compiler Support            <ALT-I>
  21.  
  22. Box drawing characters assigned to <CTRL-F1> through <CTRL-F10>:
  23. F1    F2    F3    F4    F5    F6    F7    F8    F9    F10
  24. ---------------------------------------------------------------------------
  25. │    ─    ┌    ┐    └    ┘    ┬    ┴    ├    ┤
  26.  
  27. 
  28.  
  29. \RT\
  30.  
  31.         HELP TOPICS
  32.  
  33. {STAT}        Status line messages
  34. {MARG}        Setting left and right margins
  35. {FORM}        Formatting paragraphs
  36. {HZ}        Horizontal scrolling
  37. {IC}        Inserting control and graphics characters
  38. {REGEXP}    Regular expression syntax
  39. {CONV}        Lower / upper case key conversion
  40. {EMPTY}        Emptying a text register (free more memory space)
  41. {FILES}        Simultaneously editing multiple files
  42. {COMWIN}    Creating a window for Command Mode
  43. {EXIT}        Exit from Visual Mode to Command Mode
  44. {MOUSE}        Mouse support
  45.  
  46. Type the word between "{" and "}" for help on above topics: 
  47.  
  48. \CU\ \CD\ \CR\ \CL\
  49.  
  50. [CURSOR UP]        Moves the cursor up one line, to the same horizontal
  51.             position if possible.  If the position is in the
  52.             middle of a tab, it moves to the end of the tab.  The
  53.             "Cursor Positioning Mode" determines whether the
  54.             cursor can be positioned past shorter lines.
  55.  
  56. [CURSOR DOWN]        Moves the cursor down one line, to the same
  57.             horizontal position if possible.
  58.  
  59. [CURSOR RIGHT]        Moves the cursor to the next character.  At the end
  60.             of the line, it moves to the beginning of the next
  61.             line.  In Cursor Positioning Mode = 4 the cursor is
  62.             permitted to move past the end of a line.
  63.  
  64. [CURSOR LEFT]        Moves the cursor to the previous character.  At the
  65.             beginning of a line, it moves to the end of the
  66.             previous line.
  67.  
  68. \BT\ \ZP\ \LT\ \NL\
  69.  
  70. [BACK TAB]        Moves the cursor to the first character of the screen
  71.             line or, if already there, to the first character of
  72.             the previous screen line.
  73.  
  74. [ZIP]            Moves the cursor to the end of the current screen line
  75.             or, if already there, to the end of the next screen
  76.             line.  Use [LINE TOGGLE] to move to the end of lines
  77.             extending off the screen.
  78.  
  79. [LINE TOGGLE]        Moves the cursor to the end of the text line or, if
  80.             already there, to the beginning of the line.
  81.  
  82. [NEXT LINE]        Moves the cursor to the beginning of the next screen
  83.             line.
  84.  
  85. \PW\ \NW\
  86.  
  87. [PREVIOUS WORD]        Moves the cursor to the first character of the current
  88.             word or, if already there, to the beginning of the
  89.             previous word.
  90.  
  91. [NEXT WORD]        Moves the cursor to the first character of next word.
  92.  
  93. \SU\ \SD\ \SR\ \SL\
  94.  
  95. [SCROLL UP]        Similar to [CURSOR UP], except that the cursor remains
  96.             on the same screen line and the screen moves down
  97.             instead.
  98.  
  99. [SCROLL DOWN]        Similar to [CURSOR DOWN], except that the cursor
  100.             remains on the same screen line and the screen moves
  101.             up instead.
  102.  
  103. [SCROLL RIGHT]        Moves the screen window right to view long lines
  104.             going off the right side of the screen.
  105.  
  106. [SCROLL LEFT]        Moves the screen window left to view the beginning
  107.             part of long lines.
  108.  
  109. \TB\ \TC\
  110.  
  111. [TAB CHARACTER]        In Overstrike Mode it moves the cursor to the next
  112.             tab stop, same as [TAB CURSOR].  In Insert Mode or at
  113.             the end of a line it inserts a tab character <CTRL-I>
  114.             (or optionally spaces to the next tab stop).  You can
  115.             turn "Typewriter Mode" off to make [TAB CHARACTER]
  116.             always insert a tab character (or spaces).
  117.  
  118. [TAB CURSOR]        Moves the cursor to the character at the next tab
  119.             position.  Note that this only moves the cursor.
  120.  
  121. \PP\ \NP\
  122.  
  123. [PREVIOUS PARA]        Moves the cursor to the beginning of the current
  124.             paragraph or, if already there, to the beginning of
  125.             the previous paragraph.
  126.  
  127. [NEXT PARA]        Moves the cursor to the beginning of next paragraph.
  128.  
  129. \PU\ \PD\ \ST\
  130.  
  131. [PAGE UP]        Moves to previous "page" of text - similar to typing
  132.             [CURSOR UP] for 3/4 screen lines.
  133.  
  134. [PAGE DOWN]        Moves to next "page" of text - similar to typing
  135.             [CURSOR DOWN] for 3/4 screen lines.
  136.  
  137. [SCREEN TOGGLE]        Moves the cursor to the last allowed screen line, or
  138.             if already there, to the first allowed screen line.
  139.  
  140. \IN\
  141.  
  142. [INSERT]        Toggles between the "Insert" and "Overstrike" modes.
  143.  
  144. \BS\ \DC\ \EE\ \EL\
  145.  
  146. [BACKSPACE]        Deletes the character to the left of the cursor.
  147.             At the beginning of a line it deletes the preceding
  148.             <CR><LF> pair, effectively merging two lines together.
  149.  
  150. [DELETE]        Deletes the character at the cursor position.  The
  151.             cursor doesn't move.  A lone <CR> or <LF> will also be
  152.             deleted, but a <CR><LF> pair will both be deleted as
  153.             one.
  154.  
  155. [ERASE EOL]        Deletes (erases) all characters from the cursor
  156.             position to the end of the text line.  If the text
  157.             line is blank, it deletes the blank line.
  158.  
  159. [ERASE LINE]        Deletes (erases) the entire text line.
  160.  
  161. \DP\ \DN\
  162.  
  163. [DEL PREVIOUS WORD]    Deletes the previous word and any following spaces if
  164.             the cursor is at the beginning of a word.  Otherwise
  165.             deletes only that portion of the word to the left of
  166.             the cursor.
  167.  
  168. [DEL NEXT WORD]        Deletes the entire word and any following spaces if
  169.             the cursor is at the beginning of a word.  Otherwise
  170.             deletes from the cursor position to the end of the
  171.             word.
  172.  
  173. \EC\
  174.  
  175. [ENTER CTRL]    Enters the next character, whether a displayable character, a
  176.         control character or an 8 Bit character, into the text.
  177.  
  178. \CA\ \ES\
  179.  
  180. [CANCEL]    Cancels the current operation, e.g. any pull-down menu or any
  181.         prompt.  It cancels any operation taking place because of a
  182.         [REPEAT].  At the edit level (no prompts) it removes the
  183.         first block marker (if set).  When "Auto-Cancel [FIND] and
  184.         [REPLACE]" is disabled, [CANCEL] also cancels any search and
  185.         replace strings.
  186.  
  187. [ESCAPE]    Escapes from the current prompt or menu level.  At the edit
  188.         level it pops up the {ESCAPE} menu from which you can cancel
  189.         operations or exit/quit the editor.
  190.  
  191. \RE\
  192.  
  193. [REPEAT]    The next typed character or edit function is repeated.  This
  194.         is either a multiple of four or the number typed in.  Press
  195.         [CANCEL] to abort.
  196.  
  197. \ID\ \UD\
  198.  
  199. [INDENT]    Increases the "Indent Position" (same as the left margin) by
  200.         the amount of the "Indent Increment".  Each new line is then
  201.         automatically padded with tabs and spaces to the Indent
  202.         position.  The padding will also take place on the current
  203.         line if the cursor is before any text on the line.
  204.  
  205. [UNDENT]    Decreases the "Indent Position" by the "Indent Increment",
  206.         until it is zero.  One [UNDENT] therefore cancels one
  207.         [INDENT].
  208.  
  209. NOTE:        If the cursor is within a highlighted block, these functions
  210.         will indent/undent the entire block.
  211.  
  212. \FP\
  213.  
  214. [FORMAT PARA]    Formats the current paragraph so that all text appears between
  215.         the left and right margins.  The left margin can be set from
  216.         the {CONFIG} sub-menu or with the [INDENT] and [UNDENT] keys.
  217.         At completion, the cursor is positioned at the beginning of
  218.         the next paragraph.  Print Formatter commands will not be
  219.         formatted.  The paragraph will also be justified if the
  220.         justify option is set from the {CONFIG} sub-menu.
  221.  
  222. \VE\ \VS\
  223.  
  224. [VISUAL EXIT]        Visual Mode is exited to Command Mode.  The current
  225.             cursor position in the edit buffer becomes the Command
  226.             Mode edit pointer position.
  227.  
  228. [VISUAL ESCAPE]        This is identical to the [VISUAL EXIT], except that
  229.             any current command execution is aborted.
  230.  
  231. \BC\ \BM\ \RC\ \RM\
  232.  
  233. The operation of these special editing functions depends upon how many
  234. block mark